Usage Consumption Biz API

(0 reviews)

CWP UsageConsumptionReport

GET /usageConsumptionReport

Key considerations for CWP (Panama Market)

  1. for Panama prepaid, data will be retrieved from Ericsson with serviceNumber/phoneNumber as input.
  2. for Panama postpaid, data will be retrieved from liberate with accountNumber and ServiceNumber/phoneNumber as input.
  3. To retrieve data from Liberate/Ericsson. The service number need to be provided without country code and BU code.
  4. For sample responses refer below examples:

    • PA Liberate response
    • PA Ericsson response

Request

This section defines all the possible data structures sent by the client when consuming the method.

URL

http://[localhost]:[port]/tmf-api/usageConsumption/v3/{businessId}/usageConsumptionReport

URL PARAMS

nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (PA, TT, BB, JM etc.) identifying the business unitY
namevaluedescriptionrequired
client_idstringThis Client ID must be valid and generate by Operation Team.Y
client_secretstringThis Client Secret must be valid and provisioned by Operation Team.Y
X-Correlation-IDstringThis is a unique identifier for the current call chain that can be used to tie together log entries on multiple layer. Example: 644e1dd7-2a7f-18fb-b8ed-ed78c3F92c2bN

Query Param

nametypedescriptionrequired
relatedParty.idstringunique identifier of the account.
This is mandatory when BSS is liberate and searchCriteria.service.@type is POSTPAID
cond Y
usageConsumption.logicalResource.idstringunique identifier EX:ServiceNumY
searchCriteria.service.@typeStringThis is the type Of service. It can be one of [PREPAID, POSTPAID, FIXED]Y

Reviews